home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 June / PCWorld_2007-06_cd.bin / v cisle / pcwmultiboot / pcwMultiboot.exe / BootCD / MyBootCD / qemu-0.8.2 / Qemu_CD.bat < prev    next >
DOS Batch File  |  2006-10-09  |  712b  |  17 lines

  1. REM Start qemu on windows.
  2. @ECHO OFF
  3.  
  4. REM SDL_VIDEODRIVER=directx is faster than windib. But keyboard cannot work well.
  5. SET SDL_VIDEODRIVER=windib
  6.  
  7. REM SDL_AUDIODRIVER=waveout or dsound can be used. Only if QEMU_AUDIO_DRV=sdl.
  8. SET SDL_AUDIODRIVER=dsound
  9.  
  10. REM QEMU_AUDIO_DRV=dsound or fmod or sdl or none can be used. See qemu -audio-help.
  11. SET QEMU_AUDIO_DRV=dsound
  12.  
  13. REM QEMU_AUDIO_LOG_TO_MONITOR=1 displays log messages in QEMU monitor.
  14. SET QEMU_AUDIO_LOG_TO_MONITOR=0
  15.  
  16. FOR %%x IN (d e f g h i j k l m n o p q r s t u v w x y z) DO @if exist %%x:\qemu-0.8.2\qemu.exe %%x:\qemu-0.8.2\qemu.exe -L %%x:\qemu-0.8.2 -usb -m 256 -no-kqemu -std-vga -M pc -soundhw sb16,es1370 -localtime -cdrom //./%%x:
  17.